table of contents
RICCI(8) | System Manager's Manual | RICCI(8) |
NAME¶
ricci - cluster management and configuration daemon
SYNOPSIS¶
ricci [OPTIONS]
DESCRIPTION¶
ricci is a cluster management and configuration daemon. The ricci daemon, dispatches incoming messages to underlying management modules.
When run with no options, ricci runs as a daemon and listens to the default port (11111).
Ricci must be run by the root user.
- -c
- Announce cluster name and OS to unauthenticated clients
- -d
- Enable debugging
- -f
- Run in the foreground
- -s
- Prevent SSLv2/3, RC4 and TLS1.0/1.1 connections. (default).
- -x
- Allow TLS1.0/1.1 and insecure SSLv2/3 & RC4 connections.
- -u <user/UID>
- Run with the specified user/UID instead of root
- -h
- Display a usage message
EXAMPLES¶
- ricci -u ricci
- Start the ricci daemon running as the ricci user